3.116 \(\int \frac{(a+b \log (c (d+e x)^n))^{3/2}}{(f+g x)^3} \, dx\)

Optimal. Leaf size=78 \[ \frac{3 b e n \text{Unintegrable}\left (\frac{\sqrt{a+b \log \left (c (d+e x)^n\right )}}{(d+e x) (f+g x)^2},x\right )}{4 g}-\frac{\left (a+b \log \left (c (d+e x)^n\right )\right )^{3/2}}{2 g (f+g x)^2} \]

[Out]

-(a + b*Log[c*(d + e*x)^n])^(3/2)/(2*g*(f + g*x)^2) + (3*b*e*n*Unintegrable[Sqrt[a + b*Log[c*(d + e*x)^n]]/((d
 + e*x)*(f + g*x)^2), x])/(4*g)

________________________________________________________________________________________

Rubi [A]  time = 0.207254, antiderivative size = 0, normalized size of antiderivative = 0., number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0., Rules used = {} \[ \int \frac{\left (a+b \log \left (c (d+e x)^n\right )\right )^{3/2}}{(f+g x)^3} \, dx \]

Verification is Not applicable to the result.

[In]

Int[(a + b*Log[c*(d + e*x)^n])^(3/2)/(f + g*x)^3,x]

[Out]

-(a + b*Log[c*(d + e*x)^n])^(3/2)/(2*g*(f + g*x)^2) + (3*b*e*n*Defer[Int][Sqrt[a + b*Log[c*(d + e*x)^n]]/((d +
 e*x)*(f + g*x)^2), x])/(4*g)

Rubi steps

\begin{align*} \int \frac{\left (a+b \log \left (c (d+e x)^n\right )\right )^{3/2}}{(f+g x)^3} \, dx &=-\frac{\left (a+b \log \left (c (d+e x)^n\right )\right )^{3/2}}{2 g (f+g x)^2}+\frac{(3 b e n) \int \frac{\sqrt{a+b \log \left (c (d+e x)^n\right )}}{(d+e x) (f+g x)^2} \, dx}{4 g}\\ \end{align*}

Mathematica [A]  time = 0.831871, size = 0, normalized size = 0. \[ \int \frac{\left (a+b \log \left (c (d+e x)^n\right )\right )^{3/2}}{(f+g x)^3} \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[(a + b*Log[c*(d + e*x)^n])^(3/2)/(f + g*x)^3,x]

[Out]

Integrate[(a + b*Log[c*(d + e*x)^n])^(3/2)/(f + g*x)^3, x]

________________________________________________________________________________________

Maple [A]  time = 0.915, size = 0, normalized size = 0. \begin{align*} \int{\frac{1}{ \left ( gx+f \right ) ^{3}} \left ( a+b\ln \left ( c \left ( ex+d \right ) ^{n} \right ) \right ) ^{{\frac{3}{2}}}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a+b*ln(c*(e*x+d)^n))^(3/2)/(g*x+f)^3,x)

[Out]

int((a+b*ln(c*(e*x+d)^n))^(3/2)/(g*x+f)^3,x)

________________________________________________________________________________________

Maxima [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{{\left (b \log \left ({\left (e x + d\right )}^{n} c\right ) + a\right )}^{\frac{3}{2}}}{{\left (g x + f\right )}^{3}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*log(c*(e*x+d)^n))^(3/2)/(g*x+f)^3,x, algorithm="maxima")

[Out]

integrate((b*log((e*x + d)^n*c) + a)^(3/2)/(g*x + f)^3, x)

________________________________________________________________________________________

Fricas [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: UnboundLocalError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*log(c*(e*x+d)^n))^(3/2)/(g*x+f)^3,x, algorithm="fricas")

[Out]

Exception raised: UnboundLocalError

________________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*ln(c*(e*x+d)**n))**(3/2)/(g*x+f)**3,x)

[Out]

Timed out

________________________________________________________________________________________

Giac [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{{\left (b \log \left ({\left (e x + d\right )}^{n} c\right ) + a\right )}^{\frac{3}{2}}}{{\left (g x + f\right )}^{3}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*log(c*(e*x+d)^n))^(3/2)/(g*x+f)^3,x, algorithm="giac")

[Out]

integrate((b*log((e*x + d)^n*c) + a)^(3/2)/(g*x + f)^3, x)